when performing the configure check to see if gmodule works, set CFLAGS to
authorJames Henstridge <james@daa.com.au>
Thu, 13 Apr 2000 08:33:36 +0000 (08:33 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Thu, 13 Apr 2000 08:33:36 +0000 (08:33 +0000)
2000-04-13  James Henstridge  <james@daa.com.au>

* configure.in: when performing the configure check to see if
gmodule works, set CFLAGS to GLIB_CFLAGS and LIBS to GLIB_LIBS,
rather than the other way round.  Also, call AC_MSG_RESULT in the
even that dynamic modules were not supported.

gdk-pixbuf/ChangeLog

index fed90a3df7f6ef9ae0a3a256ac63bd2f3cdab312..4ef6716c0a733f1122a33ed389a23a6380222088 100644 (file)
@@ -1,3 +1,10 @@
+2000-04-13  James Henstridge  <james@daa.com.au>
+
+       * configure.in: when performing the configure check to see if
+       gmodule works, set CFLAGS to GLIB_CFLAGS and LIBS to GLIB_LIBS,
+       rather than the other way round.  Also, call AC_MSG_RESULT in the
+       even that dynamic modules were not supported.
+
 2000-04-12  Federico Mena Quintero  <federico@helixcode.com>
 
        This comes from an excellent idea by Tim Janik (timj@gtk.org) to